![]() |
Web Page Design Module 1: Creating Web Pages with HTML Tags
|
||||||||||||
Building Tables
Rows are defined from top to bottom, and cells are defined from left to right. If you want lines to show up between the table cells, use the border attribute in the <table> tag.
Aligning Cell Contents Within the Cells
For example: <table border>
You can also use the align and valign attributes in the <tr> tag, to affect all cells in that row. Let's practice this by adding the tags in the example above to your first webpage after the </ol> tag. Add an additional row to your table for Fine Arts under A Lunch, Science under B Lunch, and World Languages under C Lunch. When you are finished entering your tags replace your original html file by selecting File and then selecting Save. Close your Notepad file and navigate to your HTML file folder on your Google Drive. Select first webpage to preview what your file will look like in a web browser. Your file should look like this. If your changes don't appear in the browser window, select the Refresh button. If your picture isn't displayed in the center of your web page, return to Notepad, select the file and make the necessary corrections. If you need assistance completing this exercise preview the Screen Captured Video. You can also find a link to this video on your Student Resources page. Send your mentor an email with the Subject Line "Request for Help" if you need help finding the errors. If you do not need assistance, proceed with the next page, Adding Color. |
||||||||||||
|